@CHARSET "ISO-8859-1";

/*
/////////////////////////////////////////////////////////////////////////
//
// Copyright Christina Cunningham, 2007
//
// Copyright in this software belongs to Christina Cunningham
// christina.cunningham@gmail.com
//
// This software may not be used, sold, licensed, transferred, copied
// or reproduced in whole or in part in any manner or form or in or
// on any media by any person other than in accordance with the terms
// of the Licence Agreement supplied with the software, or otherwise
// without the prior written consent of the copyright owners.
//
// This software is distributed WITHOUT ANY WARRANTY, without even the
// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE, except where stated in the Licence Agreement supplied with
// the software.
//
// Created By :                 Christina Cunningham
// Created Date :               08/08/07
// Created for : 				C Cunningham (European Cargo Systems Test Page)
//
/////////////////////////////////////////////////////////////////////////
*/


/* Body layout */

body {
	margin: 0;
	padding: 0;
	font-family: Veranda, sans-serif;
	font-size: small;
	background: #fff;
}

/* Header */
#header {
	border-bottom: 10px solid #D3AA40;
	background: #003C72;
}

#header .tablecontainer {
	margin: 0;
	padding: 15px;
	font-size: 180%;
	color: #FFFFFF;
}

#header table {
	width: 100%;
}

#header td {
	color: #D3AA40;
}

#header .banner {
	text-align : right;
}
 

/* Page structure */

#wrap {
	min-width: 500px;
	max-width: 1400px;
}

#content {
	float: left;
	width: 70%;
	font-family: Veranda, sans-serif;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
}

#content h1{
	margin: 0 0 1em 0;
	font-size: 200%;
	text-align: center;
	line-height:1.8em;
}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	
	font-size: 150%;
	font-weight: normal;
	color: #003C72;
}

#content ul li{
	list-style: none;
	padding: 5px;
}

#sidebar {
	float: right;
	width: 30%;
}

#footer {
	clear: both;
	/*background: #D3AA40;*/
}

/* Hide from IE5/Mac\*/
html #footer {	height: 1%;}
/* End hide from IE5/Mac */

#footer table.orange{
	width: 100%;
	background: #D3AA40;
}

#footer table.plain {
	width: 100%;
	background: #FFFFFF;
}

#footer td {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	color: #FFFFFF;
}

#footer table.plain td{
	color: #000000;
}

#footer .right {
	text-align: right;
}

#footer .ecs {
	font-size: 100%;
	font-weight: bold;
	color: #003C72;
}



/* Sidebars */

.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #FAE098;
}

.box p{
	margin: 0;
	padding: 12px 12px;
}

.quote{
	font-family: "Lucinda", "Verdana";
}

/* Gutters */

#content .gutter {
	padding: 25px;
}

#sidebar .gutter {
	padding: 15px;
}

/** nav **/

#nav {
  margin-top: 5px;
  margin-bottom: 15px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #003C72;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #D3AA40;
}

.clear {
	clear: both;
}

table.depots {
	padding: 10px;
}

table.wwide {
	padding: 10px;
}

table.wwide tr td{
	padding: 10px 0 10px 0;
}

table.wwide tr td img{
	padding-right:10px;
}

table.depots tr {
	padding: 0 0 10px 0;
}

table.depots tr td{
	padding: 0 0 0 20px;
	text-align: justify;
}

.caps {
	text-transform: uppercase;
	font-size: 120%;
	color: #003C72;
}

img {
	padding: 10px 0px 10px 0px;
}

label { 
	font-weight: bold;
	width: 20em; 
	float: left; 
}

label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}

p {
	 clear: both; 
}

.submit { 
	margin-left: 12em;
}

em { 
	font-weight: bold; 
	padding-right: 1em; 
	vertical-align: top; 
	color: red;
}